home *** CD-ROM | disk | FTP | other *** search
- object DeleteForm1: TDeleteForm1
- Left = 65
- Top = 127
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = SkipButton
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Confirm Deletion to Recycle Bin'
- ClientHeight = 180
- ClientWidth = 452
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 181
- Top = 36
- Width = 264
- Height = 29
- AutoSize = False
- Caption = 'Please confirm that you want to delete'
- WordWrap = True
- end
- object OpenTool: TToolbarButton97
- Left = 180
- Top = 4
- Width = 23
- Height = 22
- Hint = 'Open Image'
- DisplayMode = dmGlyphOnly
- Flat = False
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000CE0E0000C40E00000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777000000000007777700666666666077770E0666666666
- 07770FE06666666660770EFE0666666666070FEFE000000000000EFEFEFEFE07
- 77770FEFEFEFEF0777770EFE0000000777777000777777770007777777777777
- 7007777777770777070777777777700077777777777777777777}
- ParentShowHint = False
- ShowHint = True
- OnClick = OpenToolClick
- end
- object DeleteButton: TButton
- Left = 181
- Top = 147
- Width = 75
- Height = 25
- Caption = '&Delete'
- ModalResult = 6
- TabOrder = 0
- OnClick = ButtonClick
- end
- object SkipButton: TButton
- Left = 273
- Top = 147
- Width = 75
- Height = 25
- Caption = '&Skip'
- Default = True
- ModalResult = 7
- TabOrder = 1
- OnClick = ButtonClick
- end
- object CancelButton: TButton
- Left = 365
- Top = 147
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = -36
- Top = -16
- Width = 201
- Height = 256
- TabOrder = 3
- object Panel1: TPanel
- Left = 40
- Top = 28
- Width = 156
- Height = 156
- BevelOuter = bvNone
- TabOrder = 0
- end
- end
- object CheckBox1: TCheckBox
- Left = 181
- Top = 116
- Width = 265
- Height = 17
- Caption = 'Don'#39't show me this again'
- TabOrder = 4
- end
- object Edit: TEdit
- Left = 182
- Top = 68
- Width = 265
- Height = 25
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 5
- Text = 'x'
- end
- end
-